GetSamplingProfileResponse

data class GetSamplingProfileResponse(profile: SamplingHeapProfile)

Represents response frame that is returned from HeapProfiler#getSamplingProfile operation call.

See also

Constructors

GetSamplingProfileResponse
Link copied to clipboard
fun GetSamplingProfileResponse(profile: SamplingHeapProfile)

Properties

profile
Link copied to clipboard
val profile: SamplingHeapProfile
Return the sampling profile being collected.

Sources

jvm source
Link copied to clipboard